@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	src: url('fonts/HELVETICANEUELTPRO-THEX.OTF');
	font-weight: normal;
	font-style: normal;
}

:focus {
	outline: none;
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothic.woff) format('woff'), /* chrome、firefox */
	url(font/gothic.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

:focus {
	outline: none;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	background: #f8f8f8;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
	padding-top: 90px;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
h4,
span {
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gray_bg {
	background-color: #e4e5e7;
}

.black_bg {
	background-color: #111;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}


/*分页*/

.curr {
	border: 1px solid #666;
	color: #666;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #666;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #666;
}

a.page:visited {
	border: 1px solid #666;
	text-decoration: none;
	padding: 4px 8px;
}

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 800px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 800px;
	z-index: 0;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 800px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: rgba(255, 255, 255, .6);
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
	width: 20px;
}

.header_bk {
	position: absolute;
	left: 0;
	width: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .02);
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width: 175px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo.png);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	margin-top: 20px;
	float: left;
}

.header .logo.b {
	background-image: url(logo.png);
	width: 174px;
	height: 30px;
	margin-top: 20px;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a.nav_link {
	display: block;
	text-align: center;
	line-height: 65px;
	height: 65px;
	padding: 0 25px;
	font-size: 15px;
	position: relative;
	color: #ddd;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #999;
}

.header .nav li a.nav_link b {
	display: block;
	width: 100%;
	height: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #002d49;
	z-index: -1;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #333;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #333 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #333;
	color: #fff;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ccc81926, endColorstr=#ccc81926);
	background: rgba(41, 150, 68, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 80px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #002d49;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png);
	height: 56px;
	background-color: #333;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.pro_list a.nav_small {
	font-size: 12px;
	color: #999;
}

.pro_list a.nav_small:hover {
	color: #333;
	text-decoration: underline;
}

.changge_language a {
	float: right;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #fff;
	display: block;
	margin-top: 29px;
	margin-left: 20px;
}

.changge_language a.a_scroll {
	color: #333;
	border-color: #333;
}

.changge_language a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}


/*悬浮窗

.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 9;
}

.sidebar ul {
	background: #242424;
}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #242424;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #242424;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}

.sidebar ul li img {
	opacity: .5;
}
.sidebar ul li span img{
width: 96px;}
.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #002d49;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 72px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
*/

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
	float: left;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem > .label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem > .container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem > .notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.Validform_checktip {
	margin-left: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
	height: 17px;
	padding-top: 6px;
}

.Validform_right {
	color: green;
}

.Validform_wrong {
	color: #f60;
}

.bot_menu {
	position: fixed;
	right: 0;
	bottom: 240px;
	z-index: 99;
	width: 180px;
	font-family: arial, "microsoft yahei";
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.bot_menu .menu_top {
	line-height: 54px;
	background: #002d49;
	color: #fff;
	padding: 0 20px 0 24px;
	height: 54px;
	overflow: hidden;
}

.bot_menu .menu_top span {
	display: block;
	float: left;
	line-height: 54px;
}

.bot_menu .menu_top img {
	display: block;
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.bot_menu .menu_top img:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	;
}

.bot_menu .menu_mid {
	line-height: 45px;
	background: #f5f5f5;
	color: #333;
	padding: 0 0 0 24px;
	height: 45px;
	overflow: hidden;
}

.bot_menu .menu_mid span {
	display: block;
	float: left;
	line-height: 45px;
	font-size: 14px;
}

.bot_menu .menu_mid img {
	display: block;
	float: left;
	padding: 5px 0;
}

.bot_menu .menu_bot {
	background: #fff;
	padding: 0 0 0 24px;
	height: 84px;
}

.bot_menu .menu_bot h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 35px;
	padding-top: 12px;
}

.bot_menu .menu_bot h2 {
	color: #002d49;
	font-size: 22px;
	line-height: 1;
}

.bot_list img {
	display: block;
	position: fixed;
	z-index: 1;
	cursor: pointer;
}

.bot_list .bot_go_msg {
	right: -50px;
	bottom: 241px;
}

.bot_list .bot_go_top {
	right: 0;
	bottom: 200px;
}

.pt-65 {
	padding-top: 65px;
}

.web_f {
	width: 100%;
	height: 610px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 65px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.package {
	text-align: left;
	padding: 3% 0;
	overflow: hidden;
}

.package p {
	font-size: 14px;
	line-height: 2;
	color: #666;
}

.about_desc {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.about_desc h3 {
	font-size: 35px;
	color: #000;
}

.about_desc h4 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 15px;
}

.about_desc img {
	display: block;
}

.about_desc .about_top,
.about_desc .about_bot {
	padding-bottom: 50px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.about_desc .about_top p {
	padding: 30px 55px 0 0;
	width: 545px;
	height: 345px;
}

.about_desc .about_bot p {
	padding: 30px 0 0 40px;
	width: 560px;
}

.culture {
	width: 100%;
	clear: both;
	overflow: hidden;
	background-image: url(../images/culture_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}

.culture .i_tit strong {
	color: #002d49;
}

.culture .i_tit h3 {
	color: #fff;
}

.culture .i_tit i {
	background: #fff;
}

.culture .cul_info h3 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 25px;
	line-height: 1;
}

.culture .cul_info p {
	color: #fff;
	padding-bottom: 35px;
}

.culture ul {
	width: 1224px;
	margin-left: -24px;
}

.culture ul li {
	float: left;
	width: 282px;
	overflow: hidden;
	background: #fff;
	margin-left: 24px;
}

.culture ul li div {
	padding: 20px 20px 30px 20px;
}

.culture ul li h3 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	line-height: 45px;
}

.culture ul li p {
	height: 84px;
	line-height: 1.5;
}

.flow p {
	padding: 40px 0;
}

.honor {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}

.honor a {
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.honor img {
	display: block;
	width: 100%;
}

.honor a:hover img {
	transform: scale(1.03, 1.03);
}

.ab_history {
	width: 100%;
	background-image: url(../images/history_bg.jpg);
	clear: both;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #e4e5e7;
	padding-bottom: 500px;
}

.ab_history img {
	display: block;
	margin: 0 auto;
}

.history {
	width: 100%;
	background-image: url(../images/history.jpg);
	clear: both;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.history .fl {
	padding: 0 5%;
	color: #fff;
	width: 30%;
}

.history .fl h3 {
	font-size: 36px;
	line-height: 1;
}

.history .fl h4 {
	line-height: 2.5;
	font-size: 20px;
}

.history .fl p {
	font-size: 14px;
	line-height: 2;
}

.history .fr {
	width: 60%;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../images/history_icon.png);
}

.history .fr .history_page {
	background-image: url(../images/h_icon.png);
	padding-left: 32px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	clear: both;
	padding-bottom: 5%;
}

.history .fr h3 {
	font-size: 22px;
	line-height: 1;
	color: #fff;
	padding-bottom: 1%;
}

.history .fr p {
	font-size: 14px;
	line-height: 2;
	color: #777;
}

.history .fr img {
	display: block;
	width: 40%;
	padding-bottom: 1%;
}

.white_bg {
	background: #f1f1f1;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.history .white_bg .fr h3,
.history .white_bg .fl {
	color: #000;
}

.history .white_bg .fr .history_page {
	background-image: url(../images/his_icon.png);
}

.history .white_bg .fr,
.history .white_bg .fl {
	padding-top: 5%;
}

.ab_news {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #333;
	padding: 50px 0;
}

.ab_news .abnews_list {
	width: 100%;
	clear: both;
	position: relative;
	height: 440px;
}

.ab_news .ab_tit h3 {
	color: #fff;
}

.ab_news .swiper-container {
	width: 100%;
	overflow: hidden;
}

.ab_news .swiper-container .swiper-slide {
	float: left;
}

.ab_news a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.ab_news .news_img {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-image: url(../images/logo.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.ab_news .news_img div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.ab_news .news_info {
	padding: 5%;
	text-align: left;
	background: #222;
}

.ab_news .news_info h3 {
	font-size: 16px;
	line-height: 1.5;
	height: 48px;
	display: block;
	width: 100%;
	clear: both;
	margin: 3% 0;
	color: #fff;
}

.ab_news .news_info p {
	display: block;
	width: 100%;
	clear: both;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	height: 63px;
}

.ab_news .news_info h4 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	padding-top: 10px;
}

.ab_news a:hover .news_img div {
	transform: scale(1.03, 1.03);
}

.ab_news a:hover .news_info {
	background: #fff;
}

.ab_news a:hover .news_info h3 {
	color: #333;
}

.ab_news a:hover .news_info h4,
.ab_news a:hover .news_info p {
	color: #666;
}

.ab_news .swiper-button-next,
.ab_news .swiper-button-prev {
	width: 30px;
	height: 50px;
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-position: top;
	background-repeat: no-repeat;
}

.ab_news .swiper-button-next {
	right: -50px;
	background-image: url(ab_next.png);
}

.ab_news .swiper-button-prev {
	left: -50px;
	background-image: url(ab_prv.png);
}

.ab_news .swiper-button-next:hover,
.ab_news .swiper-button-prev:hover {
	background-position: bottom;
	background-color: rgba(0, 0, 0, .8)
}

.ab_tit {
	width: 100%;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	clear: both;
	padding-bottom: 3%;
}

.ab_tit h3 {
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
}

.ab_tit h4 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
}

.join_01 {
	width: 100%;
	clear: both;
	overflow: hidden;
	background-image: url(../images/join_01.jpg);
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.join_02 {
	width: 100%;
	clear: both;
	overflow: hidden;
	background-image: url(../images/join_02.jpg);
	height: 582px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.join_02 .fr {
	width: 600px;
	padding-top: 100px;
}

.join_02 .fr ul {
	width: 100%;
	clear: both;
	border-top: 1px solid #fff;
	padding-top: 50px;
}

.join_02 .fr ul li {
	float: left;
	text-align: center;
	width: 150px;
	overflow: hidden;
	padding-bottom: 30px;
}

.join_02 .fr img {
	display: block;
	margin: 0 auto;
}

.join_02 .fr ul li h3 {
	line-height: 36px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.join_02 .fr ul li p {
	line-height: 1;
	text-transform: capitalize;
	font-size: 12px;
	color: #999;
}

.join_03 {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #f8f8f8;
}

.join_03 .honor {
	margin-top: 40px;
}

.join_03 .ab_tit h3,
.join_03 .ab_tit h4 {
	color: #000;
}

.join_msg {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #002d49;
}

.join_msg form {
	display: block;
	padding: 50px;
	background: #fff;
	overflow: hidden;
}

.join_msg input[type="submit"] {
	width: 400px;
	height: 56px;
	background: #898989;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.join_msg input[type="text"] {
	display: block;
	float: left;
	width: 498px;
	overflow: hidden;
	border: 1px solid #ddd;
	color: #999;
	padding: 0 20px;
	text-align: left;
	line-height: 50px;
}

.join_msg textarea {
	display: block;
	float: left;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 20px;
	width: 1058px;
	height: 80px;
}

.join_oem {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #030d12;
	border-bottom: 1px solid #636a6e;
}

.join_oem .oem_page h3 {
	font-size: 24px;
	color: #fff;
	line-height: 38px;
}

.join_oem .oem_page p {
	padding: 25px 0;
}

.service {
	width: 1215px;
	margin-left: -15px;
}

.service li {
	float: left;
	width: 585px;
	margin-left: 15px;
}

.service li h3 {
	font-weight: normal;
	line-height: 80px;
	color: #000;
	font-size: 20px;
}

.service li p {
	color: #999;
	height: 112px;
	padding-bottom: 40px;
}

.maintain ul li {
	margin-bottom: 2%;
	padding: 3%;
	background: #fff;
	clear: both;
}

.maintain ul li h3 {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 15px;
}

.maintain ul li p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}


/*新闻页面*/

.ex_news ul li {
	clear: both;
	padding: 25px;
	background: #fff;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 200px;
	margin-bottom: 30px;
	cursor: pointer;
}

.ex_news ul li .news_img {
	float: left;
	width: 300px;
	height: 200px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.ex_news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}

.ex_news ul li .news_info {
	float: left;
	width: 600px;
	position: absolute;
	top: 40px;
	left: 350px;
}

.ex_news ul li .news_info h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: 666;
}

.ex_news ul li .news_info p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
}

.ex_news ul li .news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 25px;
}

.ex_news ul li .news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .news_date font {
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	font-family: GOTHAMRND-BOOK;
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .news_date font {
	color: #333;
}

.ex_news ul li:hover .news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .news_img div {
	transform: scale(1.1, 1.1);
}

.news_show {
	padding: 3%;
	overflow: hidden;
	clear: both;
}

.news_show .show_top {
	float: left;
	width: 350px;
}

.news_show .show_top h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}

.news_show .show_top .news_show_time {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.news_show .show_top .news_show_time p {
	font-size: 12px;
	color: #999;
	line-height: 2;
	padding-bottom: 15px;
}

.news_show .show_top .news_show_time em {
	display: inline-block;
	width: 30px;
}

.news_show .show_top .news_show_time a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	cursor: pointer;
	width: 100px;
	text-align: center;
	height: 30px;
	border: 1px solid #999;
	border-radius: 20px;
}

.news_show .show_top .news_show_time a:hover {
	background: #999;
	text-decoration: underline;
	color: #fff;
}

.news_show .show_bot {
	color: #666;
	font-size: 14px;
	line-height: 2;
	width: 700px;
	float: right;
}

.news_show .show_bot img {
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
}

.news_show .show_bot p {
	display: block;
	padding-bottom: 15px;
}

.brand_list ul,
.video_list ul {
	width: 1216px;
	margin-left: -16px;
}

.brand_list ul li {
	width: 288px;
	float: left;
	margin: 0 0 16px 16px;
}

.brand_list a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.brand_list ul li:hover img {
	transform: scale(1.03, 1.03);
}

.video_list ul li {
	float: left;
	width: 288px;
	display: block;
	overflow: hidden;
	margin: 0 0 16px 16px;
	cursor: pointer;
}

.video_list ul li .news_img {
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	background-image: url(../images/logo.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.video_list ul li .news_img b {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}

.video_list ul li .news_img em {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(i_icon.png);
	opacity: 0;
	left: 50%;
	top: 50%;
	z-index: 2;
	position: absolute;
	margin: -30px 0 0 -30px;
	background-size: 100%;
	transform: scale(1.5, 1.5);
}

.video_list ul li .news_img div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.video_list ul li h3 {
	width: 100%;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 5%;
	line-height: 1;
	box-sizing: content-box;
	font-weight: normal;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video_list ul li:hover .news_img b,
.video_list ul li:hover .news_img em {
	opacity: 1;
}

.video_list ul li:hover .news_img em {
	transform: scale(1, 1);
}

.video_list ul li:hover .news_img div {
	transform: scale(1.03, 1.03);
}

.water .water_info {
	padding: 40px 0;
}

.water .water_info h3 {
	font-size: 21px;
	color: #000;
	line-height: 1;
	padding-bottom: 25px;
	font-weight: normal;
}

.water ul {
	width: 1215px;
	margin-left: -15px;
	clear: both;
}

.water ul li {
	float: left;
	width: 208px;
	margin: 0 0 15px 15px;
	display: block;
	background: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 10px;
}

.water ul li div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.water ul li:hover img {
	transform: scale(1.05, 1.05);
}

.water ul li h3 {
	font-weight: normal;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	padding-top: 15px;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13330;
	display: none;
	background: #333;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1200px;
	height: 600px;
	position: fixed;
	left: 50%;
	margin-left: -600px;
	top: -1333px;
	margin-top: -340px;
	opacity: 0;
	z-index: 13331;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1333px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1333px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1333px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1333px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 1200px;
	margin: 0 auto;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 600px;
}

.video_show iframe {
	width: 100%;
	height: 600px;
}


/*产品推荐*/

.recom_page {
	padding: 40px;
	width: 1120px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.recom_page .recom_tit {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.recom_page .recom_tit h2 {
	text-transform: capitalize;
	font-size: 46px;
	color: #424242;
	line-height: 1;
	padding-top: 30px;
}

.recom_page .recom_tit h3 {
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
}

.recom_page .recom_tit a {
	display: block;
	margin: 30px 0 60px 0;
	border: 1px solid #333;
	width: 120px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333;
}

.recom_page .recom_tit a:hover {
	background: #333;
	color: #fff;
}

.recom_list {
	width: 100%;
	overflow: hidden;
	background: #fff;
	clear: both;
	margin-bottom: 50px;
}

.recom_list ul li {
	padding: 15px;
	float: left;
	width: 210px;
	text-align: center;
	position: relative;
}

.recom_list .pro_img {
	width: 210px;
	height: 210px;
	overflow: hidden;
}

.recom_list ul li:hover img {
	transform: scale(1.05, 1.05);
}

.recom_list a,
.small_list a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.recom_list em,
.web_prolist li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #000;
	width: 40px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.recom_list h3 {
	font-weight: normal;
	font-size: 14px;
	color: #777;
	height: 30px;
	line-height: 30px;
}

.recom_list p {
	color: #333;
	line-height: 25px;
	font-size: 14px;
}


/*产品分类*/

.small_list {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}

.small_list ul {
	margin-left: -12px;
	width: 1212px;
}

.small_list li {
	float: left;
	width: 291px;
	text-align: center;
	padding: 50px 0;
	margin-left: 12px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 12px;
}

.small_list h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}

.small_list img {
	display: block;
	margin: 0 auto;
	width: 80px;
}

.small_list p {
	text-transform: capitalize;
}

.small_list li:hover img {
	transform: rotateY(180deg);
}


/*产品列表*/

.nav_menu {
	clear: both;
	width: 100%;
	line-height: 40px;
	height: 40px;
}

.nav_menu ul {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.nav_menu ul li {
	float: left;
	position: relative;
	margin-right: 25px;
}

.nav_menu ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	z-index: 1;
	position: relative;
	border: 1px solid #000;
}

.nav_menu ul li:hover a em,
.nav_menu ul li a.on em {
	height: 100%;
}

.nav_menu ul li a em {
	display: block;
	z-index: -1;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}

.nav_menu ul li a.on,
.nav_menu ul li:hover a {
	color: #fff;
}

.menu_down .pro_menu i {
	float: right;
	margin-top: 14px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.menu_down a:hover i {
	opacity: 1;
}

.nav_menu ul li:hover .menu_down {
	display: block;
}

.menu_down {
	display: none;
}

.menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 130px;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transition: 0.3s;
	transform-origin: bottom;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

.menu_down a.pro_menu:hover {
	color: #fff;
	background-color: #000;
}

.menu_down a.ck {
	background-color: #000;
	color: #fff;
}

.menu_down a.ck i {
	opacity: 1;
}

.nav_menu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #333;
	left: 0;
	z-index: 99;
	top: 40px;
}

.prolist_menu {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #999;
	font-size: 20px;
	margin: 2% 0;
}

.prolist_menu .menu_left {
	float: left;
	color: #000;
}

.prolist_menu .menu_left i {
	display: inline-block;
	float: left;
	width: 2px;
	height: 18px;
	background: #000;
	margin-right: 15px;
	margin-top: 11px;
}

.prolist_menu .search {
	float: right;
	width: 296px;
}

.prolist_menu .search .search_input {
	display: block;
	float: right;
	width: 224px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	border: 1px solid #000;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.prolist_menu .search .reset_input {
	display: block;
	float: right;
	text-align: center;
	line-height: 38px;
	height: 38px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	color: #fff;
	width: 50px;
	cursor: pointer;
}

.prolist_menu .pro_sub {
	width: 100%;
	clear: both;
}

.prolist_menu .pro_sub a {
	font-size: 14px;
	padding: 0 15px;
	margin-top: 15px;
	color: #666;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	line-height: 14px;
}

.prolist_menu .pro_sub a:last-of-type {
	border-right: 0;
}

.prolist_menu .pro_sub a:hover,
.prolist_menu .pro_sub a.on {
	color: #000;
}

.web_prolist {
	width: 1215px;
	margin-left: -15px;
	clear: both;
}

.web_prolist li {
	float: left;
	width: 208px;
	margin: 0 0 15px 15px;
	display: block;
	background: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 10px;
}

.web_prolist li span {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
}

.web_prolist li div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.web_prolist li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.web_prolistli img {
	margin: 0 auto;
	display: block;
}

.web_prolist li:hover img {
	transform: scale(1.05, 1.05);
}


/*产品内页*/

.pro_left {
	float: left;
	width: 450px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
}

.pro_right .pro_video {
	display: block;
	width: 120px;
	height: 40px;
	background: #555;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
}

.pro_right {
	float: right;
	width: 700px;
	overflow: hidden;
	position: relative;
}

.pro_right p {
	font-size: 16px;
	color: #333;
	line-height: 1;
}

.pro_right h2 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	line-height: 1;
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px solid #ccc;
}

.pro_right h3 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	line-height: 1;
	padding-bottom: 2%;
}

.pro_right .pro_desc,
.pro_right .pro_light {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 3%;
}

.pro_right .pro_desc li,
.pro_right .pro_light li {
	color: #999;
	line-height: 1.8;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 50%;
}

.pro_right .pro_desc li {
	width: 50%;
}

.pro_right .pro_light li {
	width: 100%
}

.pro_left .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro_left .swiper-pagination {
	position: absolute;
}

.pro_left .swiper-button-next:hover,
.pro_left .swiper-button-prev:hover {
	background-position: bottom;
	background-color: rgba(0, 0, 0, .8);
}

.pro_left .swiper-button-next {
	right: 0;
	background-image: url(ab_next.png);
}

.pro_left .swiper-button-prev {
	left: 0;
	background-image: url(ab_prv.png);
}

.pro_left .swiper-button-next,
.pro_left .swiper-button-prev {
	width: 30px;
	height: 50px;
	background-color: rgba(221, 221, 221, .8);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-position: top;
	background-repeat: no-repeat;
}

.pro_detailed {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

.pro_detailed h3 {
	color: #000;
	line-height: 2.5;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}

.pro_detailed .fl {
	width: 900px;
	overflow: hidden;
}

.pro_detailed .fl_pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.pro_detailed .fr {
	width: 250px;
}

.pro_detailed .fr ul li {
	padding: 10px;
	width: 228px;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #d5d5d5;
}

.pro_detailed .fr ul li img {
	display: block;
	margin-bottom: 0;
}

.pro_detailed .fr ul li em {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 20px;
	background: #000;
	font-style: normal;
	color: #fff;
}

.pro_detailed .fr ul li span {
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.news_show .show_bot .news_nobot img {
	padding-bottom: 0;
	margin-bottom: 0;
}

.top_ad {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 685px;
}

.top_ad .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 685px;
	z-index: 0;
}

.top_ad .ad_page .swiper-container,
.top_ad .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.top_ad .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.top_ad .ad_page .swiper-button-next,
.top_ad .ad_page .swiper-button-prev {
	background: url(ad_ctr.png);
	width: 60px;
	height: 90px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.top_ad .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: -60px;
}

.top_ad .ad_page .swiper-button-next {
	background-position: 0 -90px !important;
	right: -60px;
}

.top_ad .ad_page .swiper-container:hover .swiper-button-next,
.top_ad .ad_page a:hover .swiper-button-prev {
	opacity: 1;
}

.top_ad .ad_page .swiper-container:hover .swiper-button-prev {
	left: 0;
}

.top_ad .ad_page .swiper-container:hover .swiper-button-next {
	right: 0;
}

.top_ad .ad_page .swiper-pagination {
	left: 0;
	bottom: 35px;
}

.i_news .swiper-pagination {
	position: relative;
	clear: both;
	padding-top: 35px;
}

.i_news .swiper-pagination .swiper-pagination-bullet {
	float: left;
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet,
.i_news .swiper-pagination .swiper-pagination-bullet {
	border-radius: 20px;
	background: #c3c5c9;
	width: 8px;
	margin-right: 10px;
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet-active,
.i_news .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 20px;
}

.i_tit {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}

.i_tit div {
	position: relative;
	z-index: 1;
}

.i_tit strong {
	display: block;
	font-weight: bold;
	color: #333;
	line-height: 1;
	font-size: 30px;
	z-index: -1;
	width: 100%;
}

.i_tit h3 {
	font-size: 14px;
	color: #878787;
	line-height: 1;
	z-index: 1;
	font-weight: normal;
	height: 26px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.i_tit i {
	position: absolute;
	height: 4px;
	width: 52px;
	bottom: 2%;
	left: 0;
	background: #d50f06;
	right: 0;
	margin: 0 auto;
}

.i_menu {
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
	padding: 60px 0;
}

.i_menu .fl,
.i_menu .fr {
	width: 50%;
}

.i_menu a {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.i_menu em {
	width: 20px;
	width: 20px;
	display: inline-block;
}

.i_menu a.menu_bot {
	width: 900px;
	float: right;
}

.i_menu a.menu_bot em {
	width: 880px;
}

.i_menu a.menu_bot .menu_info {
	width: 530px;
}

.i_menu ul {
	margin-left: -10px;
	width: 1210px;
}

.i_menu li {
	float: left;
	width: 292px;
	margin-left: 10px;
	position: relative;
}

.i_menu .em:after {
	content: '';
	width: 1px;
	height: 100%;
	border-right: 1px solid #e3e3e3;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.i_menu .menu_img {
	display: block;
	float: left;
	width: 300px;
	height: 394px;
	overflow: hidden;
}

.i_menu .menu_info {
	float: left;
	padding: 30px 35px 0;
	background: #fff;
	width: 230px;
	height: 310px;
	text-align: center;
}

.i_menu .menu_info h3 {
	font-weight: normal;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	padding-top: 16px;
	bottom: 0;
	left: 0;
}

.i_menu .menu_info h4 {
	font-weight: normal;
	color: #dddddd;
	font-size: 40px;
	padding-top: 30px;
}

.i_menu .menu_info p {
	font-size: 12px;
	color: #8d8d8d;
	line-height: 25px;
	min-height: 60px;
	position: relative;
}

.i_menu .menu_info span {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	opacity: 1;
}

.i_menu .erp .menu_info span {
	background-image: url(../images/erp.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.i_menu .mes .menu_info span {
	background-image: url(../images/mes.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.i_menu .wms .menu_info span {
	background-image: url(../images/wms.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.i_menu .oa .menu_info span {
	background-image: url(../images/oa.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.i_menu a:hover .menu_info span {
	background-color: #da1314;
	background-position: bottom center;
}

.i_menu a.menu_pro .menu_info {
	width: 530px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
}

.i_menu a:hover em {
	opacity: 1;
}

.i_menu a:hover .menu_info {
	background: #fff;
}

.i_menu a:hover .menu_info h3 {
	color: #d50f06;
	padding-top: 20px;
}

.i_menu a:hover .menu_info h4 {
	color: #d50f06;
}

.i_menu a:hover .menu_img img {
	transform: scale(1.05, 1.05);
}

.i_menu a:hover .menu_info i {
	width: 100%;
}

.menu_info {
	background: #202020;
}

.menu_info div {
	padding: 50px;
}

.menu_info h3 {
	line-height: 1;
	color: #fff;
	font-weight: normal;
	font-size: 21px;
}

.menu_info p {
	padding-top: 5px;
	padding-bottom: 10%;
	line-height: 1.8;
	font-size: 12px;
	color: #7d7d7a;
}

.menu_info i {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #d50f06;
}

.i_menu a.menu_pro:hover .menu_info {
	top: 0;
}

.i_join {
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	background: url(../images/i_join.jpg) no-repeat center bottom;
	height: 384px;
	margin-top: -80px;
}

.i_join .fr {
	width: 540px;
}

.i_join .i_tit strong {
	color: #2f2f2f;
}

.i_join .i_tit h3 {
	color: #fff;
}

.i_join .fr p {
	color: #fff;
	font-size: 21px;
	line-height: 50px;
}

.i_join .fr b {
	font-size: 35px;
}

.i_news .news_img {
	width: 100%;
	height: 245px;
	overflow: hidden;
}

.i_news .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_news .news_info {
	padding: 40px 16px;
	background: #fff;
}

.i_news .news_info h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

.i_news .news_info p {
	font-size: 12px;
	line-height: 22px;
	height: 44px;
}

.i_news .news_info span {
	line-height: 1;
	font-size: 12px;
	padding-top: 15px;
	height: 30px;
	line-height: 30px;
	display: block;
}

.i_news .news_info span em {
	float: right;
	font-family: "宋体";
}

.i_news a:hover .news_img div {
	transform: scale(1.05, 1.05);
}

.i_news a:hover .news_info {
	background: #fff;
}

.i_news a:hover .news_info h3 {
	color: #d50f06;
}

.pro_search {
	background-image: url(../images/recom.jpg);
	width: 100%;
	clear: both;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	height: 340px;
	text-align: center;
}

.pro_search h3 {
	font-size: 24px;
	line-height: 100px;
	color: #000;
	font-weight: normal;
	padding-top: 65px;
}

.pro_search form {
	display: block;
	width: 480px;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 auto;
}

.pro_search input[type="text"] {
	display: block;
	float: left;
	padding: 0 25px;
	width: 350px;
	background-color: #fff;
	line-height: 50px;
}

.pro_search input[type="submit"] {
	display: block;
	float: right;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background-image: url(search.png);
	background-repeat: no-repeat;
	background-position: center;
	;
	width: 80px;
	cursor: pointer;
	background-color: #fff;
}

.skill_01 li {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 60px;
}

.skill_01 li img {
	display: block;
	float: left;
}

.skill_01 li div {
	float: right;
	width: 590px
}

.skill_01 li h3 {
	padding-top: 80px;
	color: #002d49;
	font-size: 24px;
	line-height: 1.3;
	padding-bottom: 20px;
}

.skill_03 {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}

.skill_03 div {
	width: 320px;
	padding-top: 140px;
}

.skill_03 h3 {
	font-size: 32px;
	color: #002D49;
}

.skill_03 p {
	font-size: 16px;
}

.app {
	width: 100%;
	clear: both;
	overflow: hidden;
	background-image: url(../images/app.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 800px;
}

.app .fl {
	width: 220px;
	text-align: center;
	padding-top: 225px;
}

.app .fl img {
	display: block;
	margin: 0 auto;
}

.app .fl p {
	font-size: 21px;
	line-height: 80px;
}

.idea_list .idea_page ul li:hover img {
	transform: scale(1.03, 1.03);
}

.idea_list {
	background-image: url(../images/history_icon.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}

.idea_list .idea_page i {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(history_icon.png);
	margin: 25px;
	margin-top: 57.5px;
}

.idea_list .idea_page ul {
	width: 560px;
}

.idea_list .idea_page ul li {
	float: left;
	overflow: hidden;
	width: 175px;
	height: 145px;
	margin-bottom: 10px;
	background: #000;
}

.idea_list .idea_page a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.idea_list .idea_page ul.fr li {
	float: right;
	margin-left: 10px;
}

.idea_list .idea_page ul.fl li {
	margin-right: 10px;
}

.idea_list .idea_page span {
	line-height: 25px;
	color: #000;
	font-size: 18px;
	display: block;
	width: 560px;
	margin-top: 60px;
}

.idea_list .idea_page span.fl {
	text-align: right;
}


/*首页about*/

.index_about {
	padding: 40px 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
	background: #fff url(../images/index_aboutbg.jpg) no-repeat center;
	background-position-y: 166px;
}

.index_about .swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	right: 0;
	margin: 0 auto;
	left: 0;
	bottom: 0;
}

.index_history,
.index_story,
.index_about {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.index_history .history_page {
	float: right;
	background: #fff;
	width: 440px;
	height: 343px;
	padding: 80px;
}

.index_story .story_page {
	background: #fff;
	width: 388px;
	height: 187px;
	padding: 62px;
	position: absolute;
	right: 110px;
	top: 50px;
}

.index_story .story_page h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	padding-bottom: 10px;
}

.index_story .number {
	font-size: 40px;
	position: absolute;
	top: 174px;
	right: 36px;
	z-index: 99;
	color: #fff;
}

.story_np {
	width: 100px;
	position: absolute;
	right: 110px;
	bottom: 160px;
}

.story_np .swiper-button-next,
.story_np .swiper-button-prev {
	background-position: top;
}

.index_story ul {
	background: #fff;
	overflow: hidden;
	padding: 30px;
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 48px;
}

.index_story li {
	float: left;
	width: 180px;
	margin-left: 10px;
}

.index_story li h4 {
	font-weight: normal;
	margin-top: 10px;
}

.index_story li p {
	margin-bottom: 0;
}

.index_about .about_page {
	float: right;
	background: #fff;
	width: 440px;
	height: 343px;
	padding: 80px;
}

.index_about span {
	font-size: 12px;
	color: #777;
	line-height: 24px;
}

.index_about p {
	font-size: 16px;
	color: #a6a6a6;
	line-height: 30px;
	margin-bottom: 28px;
	position: relative;
	padding-bottom: 16px;
}

.index_about p:after {
	content: '';
	background: #000;
	width: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
}

.index_about a.brand_more {
	display: block;
	width: 228px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #d5d5d5;
	font-style: normal;
	color: #7c7c7c;
	position: relative;
	z-index: 2;
	clear: both;
	margin-top: 80px;
}

.index_about a.brand_more,
.index_about a.brand_more b {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index_about a.brand_more:hover {
	border-radius: 0;
	background: #2b2b2b;
	opacity: 1;
}

.index_industry {
	width: 100%;
	clear: both;
	background: #070707 url(../images/index_industry.jpg) no-repeat center bottom;
	height: 508px;
	padding: 60px 0 60px;
	position: relative;
}

.index_industry .i_tit strong {
	color: #fff;
}

.index_industry ul {
	position: absolute;
	z-index: 99;
	top: 180px;
}

.index_industry li {
	float: left;
	position: relative;
	color: #fff;
	overflow: hidden;
	background: #c92720;
}

.index_industry li .industry_c {
	width: 240px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
}

.industry_c .industry_img {
	width: 108px;
	height: 108px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	background: rgba(0, 0, 0, .05);
	border: 1px solid #fff;
	line-height: 108px;
}

.industry_c .industry_img img {
	display: inline-block;
	vertical-align: middle;
}


/*.industry_c .industry_img:after{
	content: '';
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	background: #fff;
}*/

.industry_c h2 {
	padding-bottom: 20px;
	padding-top: 10px;
}

.industry_c p {
	line-height: 24px;
	opacity: 0;
	margin-bottom: 30px;
}

.industry_c a {
	color: #fff;
	padding: 10px 30px;
	opacity: 0;
	border: 1px solid #fff;
}

.index_industry li:hover .industry_c p {
	opacity: 1;
}

.index_industry li:hover .industry_c a {
	opacity: 1;
	border-radius: 40px;
}

.index_industry li:hover .industry_c {
	top: 70px;
}

.index_industry li:hover .industry_imgs {
	opacity: 0;
}


/*首页新闻*/

.i_news {
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #f3f3f3;
	position: relative;
	padding: 120px 0 80px;
}

.i_news ul {
	width: 1224px;
	margin-left: -24px;
	overflow: hidden;
}

.i_news ul li {
	margin-left: 24px;
	overflow: hidden;
	margin-left: 24px;
	float: left;
	width: 384px;
}

.i_news ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.i_news ul li .news_info {
	padding: 10px 30px 10px;
}

.i_news ul li h3 {
	line-height: 45px;
	padding: 10px 0 0 0;
	font-weight: normal;
	color: #000;
	font-size: 18px;
}

.i_news ul li p {
	line-height: 2;
	color: #666;
	margin-bottom: 15px;
}

.i_news ul li i {
	display: block;
	width: 0%;
	height: 1px;
	position: relative;
	background: #ccc;
}

.i_news ul li .news_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.i_news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_news ul li:hover .news_img div {
	transform: scale(1.05, 1.05);
}

.i_news ul li span {
	line-height: 50px;
	color: #999;
}

.i_news ul li:hover i {
	width: 100%;
	background: #da251d;
}

.i_news .inews_tit {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
	position: relative;
}

.i_news .inews_tit .fl h3 {
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
	color: #a2a2a2;
	text-transform: uppercase;
}

.i_news .inews_tit .fl p {
	font-size: 18px;
	color: #777;
	line-height: 40px;
}

.i_news .inews_tit .fr {
	line-height: 1.5;
	font-weight: normal;
	font-size: 16px;
	color: #a2a2a2;
	margin-top: 15px;
}

.container,
.i_wrap {
	width: 1200px;
	margin: 0 auto;
}

.i_contatinof {
	float: left;
	width: 500px;
}

.i_contact {
	background: #fff;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 60px 0 60px;
	position: relative;
}

.i_contact .icon_page h3 {
	font-size: 30px;
	line-height: 60px;
}

.i_contact .icon_page h4 {
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 5%;
	font-size: 18px;
	font-weight: normal;
}

.i_contact .icon_page ul {
	width: 100%;
	clear: both;
}

.i_contact .icon_page ul li {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.i_contact .icon_page ul li img {
	width: 30px;
	display: block;
	float: left;
}

.i_contact .icon_page span {
	padding-left: 10px;
	padding-right: 35px;
	display: block;
	float: left;
}

.i_contact .i_qrcode {
	float: right;
	text-align: right;
}

.i_contact .i_qrcode p {
	color: #000;
	line-height: 24px;
	padding: 30px 0 20px 0;
	display: block;
}

.i_contact .i_qrcode a {
	display: block;
	width: 100%;
	line-height: 1;
	color: #000;
}

.i_contact .i_qrcode a:hover {
	text-decoration: underline;
}

.i_service {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
	background: #fff url(../images/i_service.jpg) no-repeat center bottom;
	background-attachment: fixed;
	height: 240px;
}

.i_service .i_servicel {
	color: #fff;
	margin-top: 110px;
	padding-left: 80px;
}

.i_service .i_servicel h1 {
	padding-bottom: 15px;
	font-size: 34px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.i_service .i_servicel h1 img {
	margin-right: 10px;
	max-width: 34px;
	display: inline-block;
	vertical-align: middle;
}

.i_service .i_servicel h2 {
	padding-bottom: 15px;
}

.i_service .i_servicel h3 {
	font-size: 30px;
	margin-top: 24px;
}

.i_service .fr {
	margin-right: 100px;
	border-left: 1px solid #b1413d;
}

.i_service form {
	float: left;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 25px;
}

.i_service input[type="submit"] {
	width: 80px;
	height: 42px;
	background: #fff;
	color: #d50f06;
	font-size: 14px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.i_service .Validform_checktip {
	display: none;
}

.i_service input[type="text"] {
	display: block;
	float: left;
	width: 218px;
	overflow: hidden;
	border: 1px solid #ddd;
	color: #fff;
	padding: 0 20px;
	text-align: left;
	line-height: 40px;
}

.formitem {
	min-height: 42px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	right: 0;
	float: left;
}

.foot {
	background-color: #fff;
	position: relative;
	clear: both;
	width: 100%;
}

.foot .foot_info form {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	float: left;
	margin-top: 20px;
}

.foot .foot_info input[type="text"] {
	display: block;
	float: left;
	width: 200px;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	text-align: left;
	background-color: #f1f1f1;
}

.foot .foot_info input[type="submit"] {
	display: block;
	float: left;
	width: 65px;
	height: 35px;
	background-image: url(../images/foot_icon.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1f1f1;
}

.foot .foot_info {
	width: 100%;
	padding: 50px 0;
	clear: both;
	background: #1e1e1e;
	overflow: hidden;
}

.foot .foot_info ul li {
	float: left;
	padding-right: 45px;
}

.foot .foot_info ul li h3 {
	font-size: 14px;
	line-height: 1;
	color: #c8c7c7;
	border-bottom: 1px solid #4a4a4a;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 14px;
	font-family: "宋体";
}

.foot .foot_info i {
	display: block;
	width: 22px;
	height: 2px;
	background: #ccc;
	margin: 15px 0;
}

.foot .foot_info ul {
	padding-top: 30px;
	float: left;
}

.foot .foot_info .fl {}

.foot .foot_info ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #838383;
	min-width: 110px;
	font-size: 12px;
}

.foot .foot_info ul li a em {
	font-family: "宋体";
}

.foot .foot_info ul li a:hover {
	color: #da251d;
}

.foot .foot_info p {
	display: block;
	color: #838383;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 15px;
}

.foot .foot_info b {
	font-size: 34px;
	line-height: 45px;
	color: #da251d;
}

.foot .fr h3 {
	font-size: 14px;
	color: #c8c7c7;
	font-weight: bold;
	padding-top: 30px;
	font-family: "宋体";
	padding-bottom: 24px;
}

.foot .fr div {
	padding: 10px;
	border: 1px solid #4a4a4a;
}

.foot .footer {
	line-height: 50px;
	text-align: left;
	font-size: 12px;
	color: #999;
	clear: both;
	overflow: hidden;
	background: #1e1e1e;
}

.foot .footer span {
	display: inline-block;
	float: right;
	line-height: 50px;
	color: #999;
}

.foot .footer a:hover {
	color: #da251d;
	text-decoration: underline;
}

.cerlist {
	float: left;
	width: 256px;
	padding: 40px 0;
}

.cerlist p {
	line-height: 34px;
}

.cerlist a:hover {
	color: #df0022;
}


/*次级菜单*/

.sub_menu .pro_img img,
.inews_list div {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.sub_menu {
	position: absolute;
	height: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	box-shadow: rgba(0, 0, 0, .2) 0px 3px 3px;
	top: 90px;
}

.header_bk .nav li:hover .sub_skill {
	height: 148px;
}

.header_bk .nav li:hover .sub_pro {
	height: 290px;
}

.header_bk .nav li:hover .sub_brand {
	height: 195px;
}
.header_bk .nav li:hover .sub_news {
	height: 98px;
}
.header_bk .nav li:hover .sub_about {
	height: 98px;
}

.sub_pro {
	width: 440px;
	left: 0;
	margin-left: -150px;
}

.sub_brand {
	width: 120px;
	left: 0;
	margin-left: 0;
}
.sub_news {
	width: 120px;
	left: 0;
	margin-left: 0;
}
.sub_about {
	width: 120px;
	left: 0;
	margin-left: 0;
}
.sub_menu .sub_box {
	margin: 0;
}

.sub_menu .sub_list {
	float: left;
	margin-left: 20px;
	display: block;
	line-height: 1;
	display: block;
}

.sub_menu .sub_list:nth-of-type(3n-2) {
	margin-left: 0;
}

.sub_brand .sub_list:nth-of-type(4) {
	margin-left: 20px;
}

.sub_menu .pro_img {
	width: 140px;
	height: 90px;
	overflow: hidden;
}

.sub_menu span {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 30px;
	color: #fff;
}

.sub_menu a:hover img {
	transform: scale(1.05, 1.05);
}

.header .nav li:hover .sub_pro,
.header .nav li:hover .sub_skill,
.header .nav li:hover .sub_brand {
	height: 138px;
}

.sub_box_nav li {
	width: 100%;
	border-bottom: #ccc 1px solid;
	margin-left: 0;
}

.sub_box_nav li a {
	background: transparent;
	color: #777777;
	width: auto !important;
	padding: 0;
	height: 48px;
	padding: 0 10px;
	line-height: 48px !important;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
	font-weight: bold;
}

.sub_box_nav li a span {
	display: block;
	float: left;
	width: 135px;
}

.sub_box_nav li em {
	font-family: "宋体";
	font-weight: normal;
}

.sub_box_nav li i {
	float: right;
	opacity: 1;
	transition: all ease-out .2s;
	display: inline-block;
	font-family: "宋体";
	font-style: normal;
		font-weight: normal;
}

.sub_box_nav li a:hover {
	color: #da241c;
}

.sub_box_list {
	padding: 30px;
	overflow: hidden;
}

.pro_list {
	width: 160px !important;
	margin-right: 0px;
	padding: 0 0 !important;
	float: left;
}

.pro_listc {
	float: left;
	width: 160px;
	text-align: left;
}
.pro_listc p em {
    font-family: "宋体";
        font-weight: normal;
}
.pro_listc p i {
    float: right;
    transition: all ease-out .2s;
    display: inline-block;
    font-family: "宋体";
    font-style: normal;
    font-weight: normal;
}

.pro_listc h2 {
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	margin-bottom: 10px;
}

.pro_listc a:hover {
	color: #df0022;
}

.pro_list_img {
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	padding-left: 0;
	margin-bottom: 10px;
	border-bottom: #ccc 1px solid;
}

.pro_list_img img {
	float: left;
	width: 26px;
	margin-top: 10px;
	margin-right: 10px;
}

.pro_list_img span {
	float: left;
	font-size: 14px;
	width: auto !important;
	line-height: 40px !important;
	color: #605e5d;
	font-weight:bold;
}